home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / (Vol 132) Jun 09 2011.iso / Games / sue-potatoes.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  170 b   |  12 lines

  1. function soundOn()
  2. {
  3.    SoundObj.setVolume(100);
  4. }
  5. function soundOff()
  6. {
  7.    SoundObj.setVolume(0);
  8. }
  9. this.vol = 1;
  10. masterSound = new Sound();
  11. stopAllSounds();
  12.